home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / cli / system2.arc / CONSOLE.XSL < prev    next >
Text File  |  1985-11-20  |  104b  |  9 lines

  1. *
  2. * Uses console for standard I/O
  3. *
  4.  
  5. set stdin=con:
  6. set stderr=con:
  7. set stdout=con:
  8. set echo=on
  9.